@charset "UTF-8";
/* CSS Document */

/*body {
	background-color: #fffff7;
}
*/
* {
	font-size: unset;
}

.new_interview {
	/*width: 1080px;*/
	margin: 0 auto;
}
.new_interview img {
	width: 100%;
}
.new_interview h2 {
	text-align: center;
	margin-bottom: 10px;
}
.main {
	padding: 0 10px;
}
.main > section {
	padding: 15px 5px 30px;
	background-color: #fffff7;
	border: 1px solid #ddc3a6;
	line-height: 1.57;
	margin: 30px 0 30px;
}
.beginning {
	padding: 15px 5px;
	line-height: 1.56;
	background-color: #ffffff;
	font-size: 16px;
	color: #333333;
}
.beginning .interviewer {
	/*padding: 50px 0 50px 55px;*/
	padding-left: 55px;
	background-position: top left;
	font-size: 14px;
	font-weight: normal;
}
.beginning .guest {
	padding: 0 0 30px 55px;
	background-position: top left;
	margin-top: 30px;
}
.beginning .question {
	margin-top: 10px;
}
.submenu {
	cursor: text;
}
.menu > .menu_item:nth-last-of-type(1) {
	margin-bottom: 15px;
}

/*---------------------------------
アコーディオンボックス
--------------------------------*/
.sample_ac_js {
	/*margin: 20px 0;*/
}
.sample_ac_js a {
	display: block;
}

.menu_item {
  background: #fff6f7;
  cursor: pointer;
  display: block;
  margin-bottom: 1px;
	padding: 0 5px;
	margin-top: 15px;
}
.menu_item:nth-of-type(2n) {
	background: #fafaff;
}
/*.menu_item + .menu_item {
	margin-top: 10px;
}*/

.menu_item_link {
  /*color: #b41f50;*/
	text-decoration: none;
  display: block;
  line-height: 1.5;
  padding: 20px 0;
	padding-right: 27px;
  position: relative;
}
.menu_item_link:after {
	content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 22px;/*画像の幅*/
  height: 22px;/*画像の高さ*/
  background-image: url("/images/new_interview/ic_open.png");
  background-size: contain;
  vertical-align: middle;
  /*background: #33105f;*/
 /* content: '\f067';
  display: block;*/
  /*font-family: "Font Awesome 5 Free";*/
  /*line-height: 60px;*/
  position: absolute;
  top: 35%;
  right: 0px;
  /*text-align: center;*/
 /* width: 60px;*/
}
.menu_item_link.on:after {
  /*content: '\f068';*/
	content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 22px;/*画像の幅*/
  height: 22px;/*画像の高さ*/
  background-image: url("/images/new_interview/ic_close.png");
  background-size: contain;
  vertical-align: middle;
	position: absolute;
  top: 35%;
  right: 0px;
  /*text-align: center;*/
}
 
.submenu {
  /*background: #fff;*/
  display: none;
	padding: 20px 0 15px;
}
.submenu_item {
  /*border-bottom: 1px solid #5200b7;*/
  color: #222;
}
.interviewer {
	color: #b41f50;
	font-size: 14px;
	font-weight: bold;
	padding-left: 55px;
	background: url("/images/new_interview/ic_interviewer.png") no-repeat left center;
	background-size: 50px 50px;
}


.submenu > .interviewer {
	padding: 20px 0 20px 55px;
	font-size: 14px;
	font-weight: unset;
}
.submenu > li {
	margin-top: 18px;
}
.submenu > li:first-child {
	margin-top: unset;
}

.menu_item:first-child .submenu {
	display: block;
}
.menu_item:first-child .menu_item_link:after {
	background-image: url("/images/new_interview/ic_close.png");
}
.menu_item:first-child .menu_item_link.on:after {
	background-image: url("/images/new_interview/ic_open.png");
}
/*.flex_text {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flex_text .text_l {
	width: 283px;
}
.flex_text .text_r {
	width: 557px;
}*/
.float_text {
	margin: 25px 0 0;
}
.float_text .flo_l {
	margin-right: 15px;
}
.flo_after_text {
	margin-top: 30px;
}
.pink_text {
	color: #b41f50;
}
.new_interview figure {
	margin: 15px 0 25px;
}
.new_interview figure > figcaption {
	margin-top: 10px;
}
.space {
	margin-top: 1.3em;
}